From 78107b1a7d022a1282b5becd7c23e11d6ab02844 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 20 Aug 2012 11:02:37 +0100 Subject: [PATCH] docs: Fix up the RadioButton example in the description --- gtk/gtkradiobutton.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c index ec6c2c6357..82ab28cb9d 100644 --- a/gtk/gtkradiobutton.c +++ b/gtk/gtkradiobutton.c @@ -75,7 +75,8 @@ * * GtkWidget *window, *radio1, *radio2, *box, *entry; * window = gtk_window_new (GTK_WINDOW_TOPLEVEL); - * box = gtk_box_new (GTK_ORIENTATION_VERTICAL, TRUE, 2); + * box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 2); + * gtk_box_set_homogeneous (GTK_BOX (box), TRUE); * * /* Create a radio button with a GtkEntry widget */ * radio1 = gtk_radio_button_new (NULL); -- 2.30.2